func runtime.heapBitsForAddr
13 uses
runtime (current package)
arena.go#L549: r := heapBitsForAddr(uintptr(ptr)-goarch.PtrSize, goarch.PtrSize)
arena.go#L596: h := heapBitsForAddr(x, size)
cgocall.go#L586: hbits := heapBitsForAddr(base, n)
cgocheck.go#L180: hbits := heapBitsForAddr(uintptr(src), size)
heapdump.go#L741: hbits := heapBitsForAddr(p, size)
mbitmap.go#L410: func heapBitsForAddr(addr, size uintptr) heapBits {
mbitmap.go#L478: h = heapBitsForAddr(h.addr, h.size)
mbitmap.go#L575: h := heapBitsForAddr(dst, size)
mbitmap.go#L619: h := heapBitsForAddr(dst, size)
mbitmap.go#L960: h, addr := heapBitsForAddr(x, size).next()
mbitmap.go#L1089: h := heapBitsForAddr(x, size)
mbitmap.go#L1455: hbits := heapBitsForAddr(base, n)
mgcmark.go#L1304: hbits := heapBitsForAddr(b, n)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |